Interface PDUListWindow

All Superinterfaces:
IPCObject
All Known Implementing Classes:
PDUListWindowImpl

public interface PDUListWindow extends IPCObject
Information provided by the PKI file:

    \class PDUListWindow
    
    \brief PDUListWindow allows for manipulation of the PDU List Window.
    
    \example appWindow().getPDUListWindow()
    
Author:
Auto-generated
  • Method Details

    • setVisible

      void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      void setDisabled(boolean bDisable)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Parameters:
      bDisable - Takes in a parameter of bDisable